home *** CD-ROM | disk | FTP | other *** search
/ Amiga Aktuell / Amiga Aktuell.iso / amiga-aktuell / net tools / tcp tools / select_host / select_host.readme < prev    next >
Text File  |  1996-09-05  |  2KB  |  35 lines

  1. Short:    (B)GUI front-end for NapsaTerm
  2. Uploader: M.Tjoelker@mpn.cp.philips.com (Menno Tjoelker)
  3. Author:   Jilles Tjoelker
  4. Type:     comm/tcp
  5. Requires: bgui.library V37+, AmiTCP/IP
  6.  
  7. NapsaTerm is a nice program, but it can't be started from Workbench or put in
  8. ToolManager docks without fixing it on one host. This is a solution. It opens
  9. a window where you can select a host and then starts NapsaTerm with it. You
  10. can also choose between RLogin (-D NET) and TelNet (-D TELNET) services.
  11. With RLogin you do not have to type in your user name, but it is not
  12. supported/allowed everywhere.
  13. There is no direct proxy support (i.e. select an address outside the Intranet
  14. in the GUI and not the proxy) - I would have to write a new RLogin/TelNet
  15. client for that :-(
  16.  
  17. Source in AmigaE included.
  18.  
  19. Explanation of gadgets:
  20. * Select a host in the List gadget. You can also use the arrow keys. A double
  21.   click on an entry or RETURN starts a TelNet session.
  22. * Change the hostname in the Name gadget. After RETURN: If it is not in the
  23.   list a requester will pop up asking you if you want to add the hostname
  24.   and start a TelNet session or change the name. If it is in the list a TelNet
  25.   session will be started.
  26. * RLogin and TelNet buttons: start the session
  27. * Cancel: quit without starting NapsaTerm
  28.  
  29. Menus:
  30. * Edit hostnames: Edit the "hostnames" file with $EDITOR or ED. The editor
  31.   will be started synchronously, and must not return before you have finished
  32.   editing (CygnusED: use ED -s).
  33. * Start session: these correspond to the buttons
  34. * Cancel: quit without starting NapsaTerm
  35.